Skip to main content

DeleteMasterSlaveServerGroup

Description

call DeleteMasterSlaveServerGroup to delete the specified primary and standby server group.

Request Method

POST

Request Path

/apsara/route/Slb/DeleteMasterSlaveServerGroup

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
MasterSlaveServerGroupIdBODYstringYesrsp-cige6****primary and standby server group ID. description if the primary and standby server group is in use, it cannot be deleted.
RegionIdBODYstringYescn-qingdao-env17-d01the region ID of the load balancing instance.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18Crequest ID.

Example

Successful Response example

{
"RequestId":"9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}

title: DeleteServerCertificate

DeleteServerCertificate

Description

call the DeleteServerCertificate to delete the server certificate.

Request Method

POST

Request Path

/apsara/route/Slb/DeleteServerCertificate

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
ServerCertificateIdBODYstringYes123157****_166f8204689_1714763408_7099****server certificate ID.
RegionIdBODYstringYescn-qingdao-env17-d01the region ID of the load balancing instance. you can query the region by calling DescribeRegions interface ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringCEF72CEB-54B6-4AE8-B225-F876FF7BA984request ID.

Example

Successful Response example

{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}